firefox/stylus/Scribd Reveal.css: Hack to override Scribd sign-in bollocks.
[profile] / firefox / stylus / Scribd Reveal.css
1 /* -*-css-*- */
2 /*@ urlPrefixes: https://www.scribd.com/doc/, https://www.scribd.com/document/ */
3 /*@ start: */
4 .autogen_class_views_pdfs_page_blur_promo {
5 display: none!important;
6 }
7 div.text_layer {
8 text-shadow: black 0 0 0!important;
9 -webkit-user-select: text;
10 -moz-user-select: text;
11 -ms-user-select: text;
12 user-select: text;
13 }
14 .page_missing_explanation {
15 display: none!important;
16 }
17 .trial_upsell {
18 display: none!important;
19 }
20 .autogen_class_views_pdfs_show.has_toolbar_nag .document_column .document_scroller {
21 top: 50px;
22 }
23 div.image_layer .absimg {
24 opacity: 1!important;
25 }
26 /*@END*/